home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Edition Web / HTMLedit173-68k / HTMLedit173.Readme.txt < prev    next >
Text File  |  1996-01-15  |  8KB  |  164 lines

  1.  
  2. HTML.edit 1.7.3 for Macintosh - ReadMe
  3.  
  4. HTML.edit ⌐1994-1996 Murray M. Altheim, Equinox Development, All Rights Reserved.
  5. Please read the Legaleze section under HTML.edit Help for information regarding copyrights, credits and distribution.
  6.  
  7.  
  8. ####   Availability    ****
  9.  
  10. Through January 1996, information on current versions is available from the HTML.edit home page at
  11.  
  12.    http://ogopogo.nttc.edu/tools/htmledit/HTMLedit.html
  13.  
  14. Non-beta versions of HTML.edit are distributed worldwide via info-mac, umich and their mirrors. Please email any comments or problems you find with this version to the author at
  15.  
  16.    murray.altheim@nttc.edu
  17.  
  18. After January 1996, the author's address will change to 
  19.  
  20.    murray@stonehand.com
  21.    
  22. and the HTML.edit home page will change, probably a link off of 
  23.  
  24.    http://www.stonehand.com/
  25.  
  26. Please watch for announcements in the newsgroup
  27.  
  28.    comp.infosystems.www.announce
  29.  
  30. or contact the author to be added to the HTML.edit announcements mailing list.
  31.  
  32.  
  33. ####   NOTES ON HTML.edit:   ****
  34.  
  35. Also see the section New Features under Help. 
  36.  
  37. No Usage Restrictions
  38. Please note that I have removed the commercial use restriction on HTML.edit. However, all distribution restrictions, copyright and intellectual property protections remain unchanged. Please see the Legaleze section under Help for more information.
  39.  
  40. Index View
  41. A new feature is the ability to change the display contents in the Index using the Index popUp menu. The Index can view documents by name, <TITLE>, or path (ie., location). While in View by Document Path, documents that have no set path will be shown in single-quotes, such as
  42.  
  43.    ╘welcome.html╒
  44.  
  45. as opposed to those that have a path:
  46.  
  47.    earth:www:welcome.html
  48.  
  49. While viewing by TITLE, those documents having no TITLE element will be displayed as:
  50.  
  51.    [untitled]:╘welcome.html╒
  52.  
  53. Note that Index popup menu commands that pertain to document paths are dimmed when viewing the Index by name or title -- you must be viewing by path.
  54.  
  55. Insert Export String --> Insert Custom Entity
  56. Previous versions allowed the insertion of text strings that were optionally translated upon export into date or time information. These strings were in the form "{Abbreviated Date}" using curly brackets. This version now uses an SGML entity-style format as the inserted string, such as "&date;" or "&time;".  Existing documents using the curly bracket strings should be changed to the new format using a global replacement to the new format as shown below:
  57.  
  58.    Old Format                New Format
  59.    {Short Date}              &date;
  60.    {Abbreviated Date}        &abbrevDate;
  61.    {Long Date}               &longDate;
  62.    {Time}                    &time;
  63.    {Long Time}               &longTime;
  64.  
  65. Use the Replace command (under the Utility menu) with the options set to "All Occurrences" and "All Documents". If you are transferring documents between versions of HTML.edit, uncheck the option "Translate Entities on Export" on Import/Export Preferences.
  66.  
  67. Footers
  68. As no definition of a footer exists in HTML, this editor defines a footer as any text following a <!--FOOT--> tag used as a separator, regardless of whether this tag occurs in the Body or Footer text areas of the editor. The separator is an HTML comment, which should be ignored by WWW browsers, and can be modified from the Preferences card. I use this feature to automatically cue HTML.edit to separate out the footer text on imported documents. Modifying the "footer" of many documents is then simplified.
  69.  
  70. Help
  71. If you are upgrading from a previous version, please check the Installing HTML.edit section in Help, especially if you notice any anomalies with the Futura display font. There is no longer any font suitcase to install. Note that previous versions of HTML.edit included the HTML documents "Mosaic for X version 2.0 Fill-Out Form Support" (courtesy NCSA) and "HTML and SGML" (which is part of Dave Raggett's HTML 3.0 draft). These online documents are now referenced via the Browse Hotlist submenu under the tool palette's Preview menu.
  72.  
  73. Hotlist Menu
  74. Please note that the current version does not support semicolons on the Hotlist submenu, either in the URL itself or in the displayed menu text.
  75.  
  76. URL Parsing Bug
  77. My parsing routines for URLs choke on equal signs (ie., "="). This only seems to show up in the Index Anchors/HyperText Links command.
  78.  
  79. Miscellaneous
  80. The name of the Font menu has been changed to the Style menu. Version 1.7.3 sports a few new key shortcuts that should prove handy. Both Index and Hilight HTML now have an All Headings command.
  81.  
  82.  
  83. ####   Change History   ****
  84.  
  85. (1.7.3d192/1.7.3 1996.01.15)
  86.  - fixed text selection bug on search and replace strings in Replace
  87.  
  88. (1.7.3d191/1.7.3 1996.01.01)
  89.  - fixed overflow bug on import
  90.  - overflow option on imports greater than 60K
  91.  - added overflow checking on structure commands
  92.  - fixed disappearance of Index/Hilight commands on Style menu
  93.  - now uses text selection as TITLE if no current title (will default to first available H1)
  94.  - fixed rename from Index bug
  95.  - Find command now works from Index
  96.  
  97. (1.7.3d186 1995.11.30)
  98.  - added new Find and Find Again commands (borrowed from 1.8a)
  99.  - modified Replace dialog box and added new functionality (borrowed from 1.8a)
  100.  - fixed style menu bug on simplified tool palette
  101.  - fixed restore prefs bug on export conversion table checkbox mirroring of 
  102.    button on Import/Export Prefs
  103.  - fixed Table of Contents bug when displaying Headers/Footers in Index
  104.  - fixed Restore Preferences bug on not setting indexed flag false on changes
  105.    to 'Show Master Headers/Footers in Index'
  106.  - fixed bug in optional attributes on Anchor Utility
  107.  - removed extraneous Labels stuff from Preferences
  108.  
  109. (1.7.2d180/1.7.2 1995.10.07)
  110.  - fixed disappearing Index bug
  111.  
  112. (1.7.1d179/1.7.1 1995.10.04)
  113.  - fixed parsing bug in unHTML
  114.  - fixed bug in Edit menu "Edit Clip Library"
  115.  - checks for AppleScript availability
  116.  - return in URL field containing "://" will attempt to load the URL via the specified browser
  117.  - Note field now part of Help
  118.  
  119. (1.7.1d178 1995.09.29)
  120.  - fixed bug in choosing "Selected Document..." on URL popUp menu when Index
  121.    is displaying document name
  122.  - fixed problem with remembering locations of Format, Form and Table palettes
  123.  - URL popUp now creates absolute URL for documents with no path
  124.  - increased width of document selection dialog for use with full path
  125.  - moved non-HTML 2.0 styles to "custom" submenu
  126.  - Indexing/Hilighting now aborts on elements not having both open and close tags
  127.  - added Command-Quote: if insertion point, inserts '"',
  128.    if a text selection, surrounds the text with '"[text]"'
  129.  - fixed reselection error in unHTML (Control-Shift-[new element | Delete])
  130.  
  131. (1.7.1d175/1.7.1b1 1995.09.20)
  132.  - Control-Delete removes surrounding tags (checks tag match; attributes OK)
  133.  - Control-Shift-[key] replaces current surrounding tags with new tags
  134.  - restore now handles previous version Prefs files OK
  135.  - fixed getTEXT bug in date/time entities
  136.  - URLs in HTML.edit Help are now browseable
  137.  
  138. (1.7.1d173 1995.09.17)
  139.  - added Clip Library Custom HTML Elements
  140.  - added Custom Styles to Font menu and Custom Style Table to HTML Prefs
  141.  - fix for Prefs section-switching bug on Norwegian systems
  142.  - Anchor Utility's HREF popUp: "Add this URL to Hotlist" now works
  143.  - fixed field and button handling on two optional attributes on Anchor Utility (mailbox flag icon)
  144.  - located and fixed bug in Index/Hilight All Headings
  145.  - no longer sets indexed=FALSE on import/export from Preferences
  146.  - fixed ugly way (return-wise) items were being inserted into HEAD
  147.  
  148. (1.7.1d166 1995.09.11)
  149.  - stop button on Reconvert HTML to Entities progress window now works
  150.  - Remove HTML now also removes attributed list and PRE tags (COMPACT/WIDTH)
  151.  - Remove HTML now also retranslates < > " &
  152.  - fixed problem with inserting custom entities from Utilities popUp menu
  153.  - keyword field now visually differentiated by moving its margin to the right
  154.  - Index/Hilight HTML now handles:
  155.       All Headings, with or without attributes
  156.       Anchors with both NAME and/or HREF
  157.  - added Netscape file creator ("MOSS") to export options
  158.  
  159. (1.7d165/1.7.0 1995.09.04)
  160.  - added Balloon Help for many Prefs options
  161.  - speeded up transition between Prefs sections
  162.  - added overflow checking on Index
  163.  - final cleanup for release
  164.